html {
  width: 100%;
  /* height: 100%;
  overflow: hidden; */
}

body {
  width: 100%;
  /* height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; */
}

body .banner {
  position: relative;
  width: 100%;
  display: none;
  /* max-width: 1920px; */
  margin: 0 auto;
}

body .banner .pic {
  width: 3300px;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.banner-active {
  position: relative;
}

#layout_777 {
  padding-top: 10px;
}

body.banner-active .banner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

body.banner-active .main-wrapper {
  padding-top: 456px;
}

.main-wrap {
  width: 100%;
  overflow: hidden;
}

body.banner-opacity .main-wrapper {
  -webkit-transition: padding-top 0.5s ease-out;
  transition: padding-top 0.5s ease-out;
}

body.banner-opacity .nav .nav-right {
  background: url(../images/bg_nav-right.png) right center no-repeat;
}

body.banner-active .nav .nav-right {
  background: url(../images/bg_nav-right.png) right center no-repeat;
}

body.banner-active .nav {
  /* width: 100%; */
  background: url(../images/bg_nav-left.png) left center no-repeat #e60012;
}

body.banner-opacity .nav-city {
  width: 100%;
}

body.banner-opacity .nav {
  width: 100%;
  background: url(../images/bg_nav-left.png) left center no-repeat #e60012;
}

body.banner-opacity .banner {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s;
}

.main-wrapper {
  position: relative;
  width: 100%;
  min-width: 1420px;
  height: inherit;
  overflow: hidden;
}

a:hover {
  color: red !important;
  text-decoration: none;
}

body {
  background: #fff;
  color: #333;
  font-family: 'Verdana', 'Microsoft YaHei', 'PingFang SC', FZYaSong-B-GBK,
    'Microsoft YaHei', SimSun;
  font-size: 18.4px;
}

body a:hover,
body a:link,
body a:visited {
  color: #333;
}

.no-marbot {
  margin-bottom: 0 !important;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.wrap.pb40 {
  padding-bottom: 40px;
}

.wrap-oh {
  overflow: hidden;
  margin-bottom: 40px;
}

.layout-place {
  display: none;
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}

img {
  border-radius: 4px;
  display: block;
  width: 100%;
  /* height: auto; */
  /* -o-object-fit: cover;
  object-fit: cover; */
}

.top {
  background: url(../images/bg_top.png) center top no-repeat;
  height: 105px;
  padding-top: 35px;
  min-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.top .wrap {
  height: 94px;
}

.top .logo {
  float: left;
  margin-right: 40px;
}

.top .logo-text {
  float: left;
  padding-top: 10px;
  line-height: 27px;
}

.top .logo-text p {
  font-size: 22px;
  font-weight: 700;
}

.top .logo-text #date {
  font-size: 17px;
  font-weight: 400;
  padding-top: 5px;
}

.top .head-search {
  /* background: #f3f4f7; */
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  width: 404px;
  height: 40px;
  line-height: 40px;
  float: right;
  /* overflow: hidden; */
  margin-top: 10px;
}

.top .head-search input,
.top .head-search select {
  display: block;
  background: 0 0;
  border: none;
  height: 40px;
  line-height: 40px;
}

.top .head-search .selectwrap {
  border-right: 1px solid #e1e3e5;
  width: 85px;
  float: left;
  cursor: pointer;
}

.top .head-search .selectwrap .fis {
  padding: 0 10px;
  width: 65px;
}

.fis {
  position: relative;
  width: 100%;
  height: 100%;
}

.top .head-search .selectwrap .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon.png) 1px -112px no-repeat;
  width: 18px;
  height: 18px;
}

.top .head-search .selectwrap .select {
  display: none;
  width: 85px;
  background: #eee;
  color: #333;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 7px #aaa;
  box-shadow: 0px 5px 7px #aaa;
  border-radius: 4px;
}

.top .head-search .selectwrap .select div {
  padding: 0 10px;
}

.top .head-search .selectwrap .select div.active,
.top .head-search .selectwrap .select div:hover {
  background: red;
  color: #fff;
}

.top .head-search .input-text {
  float: left;
  width: 254px;
  padding-left: 15px;
  outline: none;
}

#form_search {
  position: relative;
}

.top .head-search .input-submit {
  cursor: pointer;
  background: url(../images/icon.png) 12px 12px no-repeat #e60012;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  display: block;
  outline: none;
  border: none;
}

.nav {
  background: url(../images/bg_nav-left.png) left center no-repeat #e60012;
  height: 95px;
  line-height: 39px;
  color: #fff;
  min-width: 1600px;
  margin: 0 auto;
}

.nav a:hover {
  color: #fff !important;
}

.visible {
  overflow: visible !important;
}

.nav .nav-right {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/bg_nav-right.png) right center;
}

.nav .wrap {
  position: relative;
}

.nav .nav-list {
  width: 1300px;
  padding-top: 10px;
  overflow: hidden;
}

.nav .nav-list li {
  float: left;
}

.nav .nav-list li a:visited {
  color: #fff;
}

.nav .nav-list li a:hover {
  font-weight: 700;
  font-size: 20px;
}

.nav .nav-more {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.nav .nav-more .nav-more-down {
  background: url(../images/icon.png) 79px -64px no-repeat;
  color: #fff;
  padding: 0 40px;
}

.nav .nav-more .nav-more-down:hover {
  background: url(../images/icon.png) 79px -26px no-repeat #fff;
  color: #e60012;
  border: 1px solid #e60012;
  border-bottom: none;
}

.nav .head-nav-more {
  background: #fff;
  z-index: 9;
  position: absolute;
  right: 0;
  border: 1px solid #e60012;
  border-top: none;
  width: 116px;
  height: auto;
  text-align: center;
}

.nav .head-nav-more li {
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 100%;
}

.nav .head-nav-more li a {
  display: block;
  color: #e60012;
  width: 100%;
  text-align: center;
}

.nav .head-nav-more li a:hover {
  background: #e60012;
  color: #fff;
}

.nav a:link {
  width: 108px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: left;
}

.nav-city {
  background: #eceae8 !important;
  height: 60px;
  line-height: 60px;
  min-width: 1600px;
  margin: 0 auto;
}

.nav-city a:hover {
  color: #fff !important;
}

.nav-city .nav-city-list {
  height: 60px;
  text-align: center;
}

.nav-city .nav-city-list li {
  width: 85px;
}

.nav-city .nav-city-list li a {
  width: 100%;
  text-align: center;
}

.nav-city li {
  float: left;
  width: 85px;
  position: relative;
}

.nav-city li a {
  text-decoration: none;
  display: block;
  width: 85px;
  text-align: left;
}

.nav-city li a:hover {
  background: #e60012;
  color: #fff;
}

.nav-city .nav-city-area {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #eceae8;
  z-index: 9;
  font-size: 12px;
}

.nav-city .nav-city-area li {
  width: 100%;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.dq {
  padding-bottom: 24px;
}

.dq ul {
  overflow: hidden;
}

.dq.dq-top-list {
  width: 1425px;
  overflow: hidden;
}

.dq.dq-top-list li {
  width: 450px;
  height: 103px;
  float: left;
  margin-bottom: 24px;
  margin-right: 25px;
}

.title {
  border-top: 1px solid #e5e5e5;
  height: 44px;
  margin-bottom: 20px;
  position: relative;
}

.tab-group .group strong {
  margin-right: 20px;
  border-top: 3px solid transparent;
  color: #8b8b8b;
  cursor: pointer;
}

.tab-group .group strong.active {
  border-top: 3px solid #e60012;
  color: #e60012;
}

.tab-group .main-gird .text-list {
  display: none;
}

.tab-group .main-gird .text-list.active {
  display: block;
}

.title span {
  /* cursor: pointer; */
}

.title strong {
  border-top: 3px solid #e60012;
  color: #e60012;
  font-size: 24px;
  line-height: 36px;
  float: left;
  padding-top: 8px;
  font-weight: 500;
}

.title strong.grey {
  border-top: 3px solid transparent;
}

.title strong.grey a {
  color: #8b8b8b;
  margin-left: 20px;
  text-decoration: none;
}

.title strong.grey:hover a {
  color: #e60012;
}

.title strong a,
.title strong span.active {
  color: #ca1c00;
}

.title .title-more-group a {
  display: none;
}

.title .title-more-group a.active {
  display: block;
}

.title a.title-more {
  background: url(../images/icon.png) 36px -147px no-repeat;
  color: #999;
  float: right;
  font-weight: 400;
  padding-right: 15px;
  margin-top: 15px;
  height: 25px;
  line-height: 25px;
}

.title-center {
  font-size: 38px;
  line-height: 57px;
  text-align: center;
  color: #e60012;
  padding: 40px 0;
}

.title-center a {
  color: inherit;
}

.no-padding .title-center {
  padding: 0 0 30px;
}

.border {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.border .title strong {
  padding: 8px 20px 0;
}

.border .title .title-more {
  margin-right: 22px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.main {
  background: #fff;
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

.main.pb40 {
  padding-bottom: 40px;
}

.pic-list {
  border-bottom: solid 1px #e5e5e5;
  margin: 0 -27px 15px;
}

.pic-list .list {
  width: 484px;
  padding: 0 27px;
  height: 325px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pic-list a {
  display: block;
  font-size: 18px;
  color: #2a2a2a;
  text-align: center;
  line-height: 1.4;
}

.pic-list img {
  width: 100%;
  height: 240px;
  display: block;
  border-radius: 4px;
  margin-bottom: 15px;
}

.wrap-hand {
  -webkit-box-shadow: 0 0 10px #efefef;
  box-shadow: 0 0 10px #efefef;
  overflow: visible;
  /* 手风琴 */
}

.wrap-hand.wrap {
  margin: 0 auto;
  width: 1400px;
  height: 376px;
  position: relative;
  overflow: hidden;
}

.wrap-hand .pic {
  width: 680px;
  height: 376px;
  cursor: pointer;
}

.wrap-hand .pic1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap-hand .pic2 {
  position: absolute;
  top: 0;
  left: 680px;
  z-index: 3;
}

.wrap-hand .pic3 {
  position: absolute;
  top: 0;
  left: 800px;
  z-index: 5;
}

.wrap-hand .pic4 {
  position: absolute;
  top: 0;
  left: 920px;
  z-index: 7;
}

.wrap-hand .pic5 {
  position: absolute;
  top: 0;
  left: 1040px;
  z-index: 9;
}

.wrap-hand .pic6 {
  position: absolute;
  top: 0;
  left: 1160px;
  z-index: 11;
}

.wrap-hand .pic7 {
  position: absolute;
  top: 0;
  left: 1280px;
  z-index: 13;
}

.wrap-hand .psc {
  width: 680px;
  height: 376px;
  margin: 0 auto;
}

.wrap-hand .pic_num {
  width: 30px;
  height: 120px;
  position: absolute;
  top: 40px;
  left: 35px;
  color: #ffffff;
}

.wrap-hand .pic_num1 {
  background-position: 0 0;
}

.wrap-hand .pic_num2 {
  background-position: -69px 0;
}

.wrap-hand .pic_num3 {
  background-position: -138px 0;
}

.wrap-hand .pic_num4 {
  background-position: -207px 0;
}

.wrap-hand .pic_num5 {
  background-position: -246px 0;
  font-size: 18px;
}

.wrap-hand .pic_num6 {
  background-position: -255px 0;
}

.wrap-hand .pic_num7 {
  background-position: -285px 0;
}

.wrap-hand .pic_num8 {
  background-position: -315px 0;
}

.wrap-hand .pic_num9 {
  background-position: -345px 0;
}

.wrap-hand .pic .pic_num {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  overflow: hidden;
  background: transparent;
  /* background: rgba(239, 216, 208, 0.2); */
}


.wrap-hand .pic .pic_num .pic_numBg {
  position: relative;
  width: 100px;
  padding: 0;
  height: 370px;
  line-height: 100%;
  font-size: 19.4px;
  color: #fff;
  padding: 10px;
}

.wrap-hand .pic .pic_num span {
  height: 100%;
  width: auto;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 1.2;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #000;
}

.wrap-hand .pic .pic_con {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/grey1bg.png) center center no-repeat;
  background-size: cover;
}

.main .main-left {
  width: 805px;
  float: left;
}

.main .main-left .main-left-col {
  width: 450px;
}

.main .main-right {
  width: 560px;
  overflow: hidden;
  float: right;
}

.main .main-right.gx-leader {
  overflow: visible;
}

.main .main-gird {
  width: 450px;
}

.main .main-col-noborder {
  width: 430px;
}

.main .main-col-noborder.mr {
  margin-right: 55px;
}

.main .main-col {
  width: 428px;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.main .main-col.mr {
  margin-right: 55px;
}

.main .main-col .title strong {
  padding: 8px 20px 0;
}

.main .main-col .title .title-more {
  margin-right: 22px;
}

.main .main-col .text-list {
  padding: 0 20px;
}

.main .text-list {
  padding-bottom: 7px;
}

.main .text-list li {
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
}

.main .text-border-list li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .text-border-list li:last-child {
  border-bottom: none;
}

.main .hot-news {
  text-align: center;
  padding: 60px 0 25px;
  /* font-family: FZYaSong-B-GBK; */
  font-size: 50px;
  line-height: 57px;
  font-weight: 700;
}

.main .hot-news a {
  /* color: #e60012; */
  color: #595757;
}

.hot-news a,
.gx-news a {
  white-space: nowrap;
}

.txt-scroll {
  width: 540px;
  /*height: 30px;*/
  line-height: 31px;
}

.txt-scroll .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
  display: inline;
  position: relative;
  margin-right: 40px;
}

/* .main .gui-flexslider a:hover span {
  color: red !important;
} */

.main .hot-news-wrap {
  background: url(../images/bg_zhuxi.jpg) left top no-repeat;
  overflow: hidden;
  height: 80px;
  padding-top: 30px;
  margin-bottom: 37px;
}

.main .hot-news-wrap .hot-news-more {
  display: block;
  width: 245px;
  margin-right: 25px;
  height: 80px;
  float: left;
  font-size: 0;
}

.main .hot-news-wrap .hot-news-list {
  overflow: hidden;
  float: left;
  width: 1120px;
  height: 62px;
}

.main .hot-news-wrap .hot-news-list li {
  width: 540px;
  margin-right: 20px;
  line-height: 31px;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .main .hot-news-wrap .hot-news-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  display: block;
} */

.main .scroll-news {
  border: 1px solid #e5e5e5;
  height: 58px;
  line-height: 58px;
  margin-bottom: 46px;
  padding-left: 8px;
  font-family: 'Microsoft YaHei';
}

.main .scroll-news.gg-news {
  padding-left: 0;
}

.main .scroll-news.gg-news .gg-news-title {
  background: url(../images/bg-gg.png) left center no-repeat;
  color: #fff;
  padding-left: 40px;
  width: 88px;
  float: left;
}

.main .scroll-news.gg-news .gg-news-title a {
  color: #fff;
}

.main .scroll-news.gg-news .scroll-news-list {
  width: 1250px;
  float: right;
  margin-right: 10px;
}

.main .scroll-news .scroll-news-list {
  overflow: hidden;
  width: 1330px;
  float: left;
  white-space: nowrap;
  font-size: 16px;
}

.main .scroll-news .scroll-news-list li {
  display: inline;
  background: url(../images/i-point.png) 0 10px no-repeat;
  padding-left: 10px;
  margin-right: 10px;
}

.main .scroll-news .scroll-news-more {
  color: #cfcfcf;
  display: block;
  width: 50px;
  font-size: 14px;
  float: right;
}

.main .gx-new-wrap {
  position: relative;
  margin-bottom: 55px;
}

.main .gx-new-wrap .gx-leader-list {
  position: absolute;
  right: 0;
  top: 42px;
}

.main .gx-new-wrap .gx-leader-list li {
  margin-bottom: 7px;
}

.main .gx-new-wrap .gx-leader-list li.szyw a {
  display: block;
}

.main .gx-new-wrap .gx-leader-list li.szyw a img {
  width: 84px !important;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.main .gx-new-wrap .gx-leader-list img {
  display: block;
  width: 200px;
}

.main .gx-news {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  /* padding: 60px 250px 10px 0; */
  padding: 60px 0 10px 0;
  margin-right: 250px;
}

.main .gx-news a {
  color: #595757;
}

.main .gx-news.nopadding {
  padding: 0 0 42px;
}

.main .gx-news-list {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding-right: 250px;
}

.main .gx-news-list li {
  display: inline;
}

.main .gx-slider {
  width: 805px;
  height: 452px;
  float: left;
  overflow: hidden;
  border-radius: 12px;
}

.main .gx-slider .gui-flex-control-nav {
  left: 34px;
  right: none;
  bottom: 10px;
}

.main .gx-slider .gui-flex-control-nav li a {
  background: #808081;
}

.main .gx-slider .gui-flex-control-nav li a.gui-flex-active {
  width: 16px;
  background: #fff;
}

.main .gx-slider .gui-slides li {
  height: 452px;
  position: relative;
}

.main .gx-slider .gui-slides li a {
  display: block;
  width: 100%;
  height: 100%;
}

.main .gx-slider .gui-slides li a .picture {
  background-size: cover !important;
}

.main .gx-slider .gui-slides li span {
  padding: 45px 34px 44px;
  font-size: 24px;
  text-align: left;
  bottom: 0;
  background: url(../images/slide-bg.png) top center;
  background-size: auto 100% !important;
}

.main .gx-slider .gui-flex-direction-nav a {
  width: 27px;
  height: 44px;
  margin-top: -22px;
}

.main .gx-slider .gui-flex-direction-nav .gui-flex-prev {
  background: url(../images/icon.png) 0 -188px no-repeat;
  left: 10px;
}

.main .gx-slider .gui-flex-direction-nav .gui-flex-next {
  background: url(../images/icon.png) 0 -252px no-repeat;
  right: 10px;
}

.main .gx-leader .gx-leader-img {
  width: 392px;
  overflow: hidden;
}

.main .gx-leader .gx-leader-img li {
  width: 186px;
  height: 70px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.main .gx-leader .gx-leader-col {
  width: 544px;
  overflow: hidden;
  margin-top: 15px;
}

.main .gx-leader .gx-leader-col li {
  height: 62px;
  float: left;
  margin-right: 16px;
}

.main .gx-wrap.wrap-oh {
  overflow: visible;
}

.main .gx-leader .gx-leader-col2 {
  width: 390px;
  overflow: hidden;
}

.main .gx-leader .gx-leader-col2 li {
  width: 185px;
  height: 63px;
  float: left;
  margin-right: 10px;
}

.main .gx-leader .gx-leader-list-single {
  margin: 0 -13px 6px;
}

.main .gx-leader .gx-leader-list-single li {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 13px 11px;
  border-bottom: 1px solid #ececec;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-align: center;
}

.main .gx-leader .gx-leader-list-single li:hover {
  /* box-shadow: darkgrey 5px 5px 10px 5px; */
  -webkit-box-shadow: 4px 3px 7px;
  box-shadow: 4px 3px 7px;
}

.main .gx-leader .gx-leader-list-single li:hover a {
  text-decoration: none;
}

.main .gx-leader .gx-leader-list-single li a {
  /*display: block;*/
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .gx-leader .gx-leader-list li {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
}

.main .gx-leader .gx-leader-list li:hover {
  background: #5791d3;
}

.main .gx-leader .gx-leader-list li:hover a {
  text-decoration: none;
  color: #fff;
}

.main .gx-leader .gx-leader-list li:last-child {
  border-bottom: none;
}

.main .gx-hot {
  overflow: hidden;
  margin-bottom: 30px;
}

.main .gx-hot .main-left {
  width: 925px;
}

.main .gx-hot .main-right {
  width: 450px;
}

.main.matrix {
  height: 295px;
}

.main.matrix .title-center {
  padding: 29px 0;
}

.main.matrix .title-center a {
  background: url(../images/i-more.png) no-repeat;
  color: #999;
  display: block;
  font-size: 0;
  width: 79px;
  height: 22px;
  margin: 0 auto;
}

.main.matrix .i-next,
.main.matrix .i-prev {
  width: 24px;
  height: 67px;
  position: absolute;
  top: 35px;
  cursor: pointer;
}

.main.matrix .i-prev {
  background: url(../images/i-prev-red.png) center top no-repeat;
  left: 0;
}

.clearFix::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

.main.matrix .i-next {
  background: url(../images/i-next-red.png) center top no-repeat;
  right: 0;
}

.main.matrix .circle-list-wrap {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.main.matrix .circle-list-wrap li {
  width: 130px;
  height: 156px;
  overflow: hidden;
  float: left;
}

.main.matrix .circle-list-wrap li .cont {
  width: 108px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border: solid 1px #e6e6e6;
}

.main.matrix .circle-list-wrap li:hover span {
  background: #e60012;
}

.main.matrix .circle-list-wrap li:hover .show {
  display: none;
}

.main.matrix .circle-list-wrap li:hover .code {
  display: block;
}

.main.matrix .circle-list-wrap li img {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 10px auto;
}

.main.matrix .circle-list-wrap li img.show {
  display: block;
}

.scrolltop {
  top: auto;
  left: auto;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 170px;
  height: 56px;
  z-index: 99999;
  background: #d4d4d4;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.scrolltop:hover {
  background: #e95038;
}

.scrolltop span,
.scrolltop img {
  display: inline-block;
  vertical-align: middle;
}

.scrolltop img {
  width: 20px;
  height: 11px;
  -o-object-fit: cover;
  object-fit: cover;
  padding-right: 4px;
}

.main.matrix .circle-list-wrap li img.code {
  display: none;
  border-radius: 0;
  border: none;
}

.main.matrix .circle-list-wrap li span {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  background: #a3a3a3;
  width: 100%;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main .img-news .img-top {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.main .img-news .img-top .img-pic {
  width: 430px;
  height: 240px;
}

.main .img-news .img-top .img-top-live {
  height: 245px;
}

.main .img-news .img-top:hover span {
  color: red;
}

.main .gx-paper {
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 10px;
}

.main .gx-paper .title strong {
  padding: 8px 20px 0;
}

.main .gx-paper .paper-poster {
  display: block;
  width: 351px;
  margin: 20px auto;
  border: 1px solid #e5e5e5;
}

.main .gx-paper .paper-poster #paperImg {
  -o-object-fit: contain;
  object-fit: contain;
}

.main .gx-paper-select {
  background: #fce5e7;
  color: #e60012;
  width: 82px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  opacity: 1;
  border-radius: 17px;
  position: absolute;
  right: 20px;
  top: 11px;
}

.main .gx-paper-select.grey {
  color: #767676;
  background: #ececec;
  right: 125px;
}

.main .gx-paper-select.grey .active {
  background: url(../images/icon.png) 60px -104px no-repeat;
}

.main .gx-paper-select.grey .paperList {
  background: #ececec;
}

.main .gx-paper-select.grey .paperList li a {
  color: #767676;
}

.main .gx-paper .gx-paper-select {
  width: 82px;
  height: 24px;
  line-height: 24px;
  right: 8px;
}

.main .gx-paper .gx-paper-select .active {
  word-break: keep-all;
  background: url(../images/icon.png) 60px -33px no-repeat;
}

.main .gx-paper .gx-paper-select.grey .active {
  word-break: keep-all;
  background: url(../images/icon.png) 60px -109px no-repeat;
}

.main .gx-paper .gx-paper-select ul {
  top: 24px;
}

.main .gx-paper #paper {
  right: 200px;
}

.main .gx-paper #paper1 {
  right: 104px;
}

.main .gx-paper #paper2 {
  right: 8px;
  padding: 0;
}

.main .gx-paper #paper2 .active {
  background: none;
  text-align: center;
  padding: 0;
}

.main .gx-paper #paper2 .active a {
  color: #767676;
}

.main .gx-paper-select .active {
  background: url(../images/icon.png) 60px -29px no-repeat;
  cursor: pointer;
  text-align: center;
  padding-right: 20px;
  font-size: 14px;
  word-break: keep-all;
}

.main .gx-paper-select ul {
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  background: #fce5e7;
  z-index: 9;
  font-size: 14px;
  text-align: center;
}

.main .gx-paper-select ul li a {
  text-decoration: none;
  display: block;
  color: #e60012;
}

.main .gx-paper-select ul li a:hover {
  background: #fff;
  border-left: 1px solid #eef4fb;
  border-right: 1px solid #eef4fb;
}

.main .gx-paper-select .cityerea {
  width: 200px;
  left: 50%;
  right: none;
  margin-left: -100px;
}

.main .gx-paper-select .cityerea li {
  cursor: pointer;
  float: left;
  width: 100px;
}

.main .gx-paper-select .cityerea li:hover {
  background: #fff;
}

.main.scheme {
  height: 391px;
}

.main.scheme .s-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 108px;
  display: block;
  width: 100%;
}

.main.scheme .s-bg {
  padding-top: 108px;
  width: 100%;
  height: 100%;
  background: url(../images/bg-ch.png) center top no-repeat;
  -webkit-box-shadow: 0 4px 6px #efefef;
  box-shadow: 0 4px 6px #efefef;
}

.main.scheme .i-next,
.main.scheme .i-prev {
  width: 24px;
  height: 67px;
  position: absolute;
  top: 176px;
  cursor: pointer;
}

.main.scheme .i-prev {
  background: url(../images/i-prev-red.png) center top no-repeat;
  left: 20px;
}

.main.scheme .i-next {
  background: url(../images/i-next-red.png) center top no-repeat;
  right: 20px;
}

.main.scheme .scheme-list-wrap {
  width: 1258px;
  height: 282px;
  margin: 0 auto;
  overflow: hidden;
}

.main.scheme .scheme-list-wrap .scheme-list {
  width: 2000px;
  height: 282px;
}

.main.scheme .scheme-list-wrap .scheme-list li {
  width: 370px;
  height: 210px;
  margin-right: 31px;
  float: left;
}

.main.scheme .scheme-list-wrap .scheme-list li .pic,
.main.scheme .scheme-list-wrap .scheme-list li img {
  display: block;
  width: 370px;
  height: 210px;
  margin-bottom: 14px;
  border-radius: 6px;
  overflow: hidden;
}

.main.scheme .scheme-list-wrap .scheme-list li span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 0 20px;
  text-align: center;
}

.main.scheme .scheme-list-wrap .scheme-list li span::before {
  display: inline-block;
  background: url(../images/i-point-red.png) no-repeat;
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}

.main .video-wrap i {
  display: block;
  background: url(../images/icon.png) 0 -316px no-repeat;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24.5px;
  margin-top: -24.5px;
}

.main .video-wrap .video-left {
  width: 385px;
  height: 216px;
  position: relative;
}

.main .video-wrap .video-left span {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
}

.main .video-wrap .video-right {
  width: 384px;
  float: right;
}

.main .video-wrap .video-list {
  width: 408px;
  overflow: hidden;
}

.main .video-wrap .video-list li {
  position: relative;
  float: left;
  width: 180px;
  height: 101px;
  margin-bottom: 12px;
  margin-right: 24px;
}

.main .video-wrap .video-list li span {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
}

.main .media-gird .gx-news {
  padding: 0 0 42px;
}

.main .media-gird .dq-top-list {
  padding-bottom: 0;
}

.main .media-list {
  width: 448px;
  overflow: hidden;
}

.main .media-list i {
  display: block;
  background: url(../images/icon.png) 0 -316px no-repeat;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24.5px;
  margin-top: -24.5px;
}

.main .media-list li {
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.main .media-top-list li {
  width: 185px;
  height: 246px;
}

.main .media-top-list li span {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 30px;
  padding: 0 10px;
}

.main .media-bottom-list {
  padding-bottom: 10px;
}

.main .media-bottom-list li {
  width: 206px;
  height: 118px;
  margin-right: 18px;
  margin-bottom: 10px;
}

.main .media-right {
  width: 384px;
}

.main .media-right .text-list li {
  margin-bottom: 16px;
}

.main .media-single {
  display: block;
  width: 384px;
  height: 217px;
  position: relative;
  margin-bottom: 30px;
}

.main .sub-col-list {
  width: 460px;
  overflow: hidden;
}

.main .sub-col-list li {
  width: 208px;
  height: 108px;
  float: left;
  margin-bottom: 20px;
  margin-right: 14px;
}

.main .text-point-list li {
  background: url(../images/i-point-s.png) 0 center no-repeat;
  padding-left: 13px;
  margin-bottom: 13px;
}

.main .sub-text-list li {
  background: url(../images/i-point-s.png) 0 center no-repeat;
  border-bottom: 1px solid #e5e5e5;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  position: relative;
  height: 60px;
  padding-left: 24px;
}

.main .sub-text-list li a {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 406px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .sub-text-list li:hover {
  background: #fce5e7;
}

.main .sub-text-list li:hover a {
  color: #e60012;
  text-decoration: none;
}

.main .gx-location .main-right {
  float: left;
}

.main .gx-location .main-left {
  float: right;
}

.main .text-even-list ul {
  margin: 0 -27px;
}

.main .text-even-list .ulPicList {
  margin: 0 -27px;
}

.main .text-even-list .ulPicList ul {
  padding: 0 27px;
  margin: inherit;
  float: left;
  width: 33.333333%;
}

.main .text-even-list li {
  line-height: 43px;
  margin-bottom: 0;
  width: 484px;
  padding: 0 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.main .text-even-list li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  background: url(../images/i-point-s.png) 0 center no-repeat;
  padding-left: 13px;
}

.main .img-list {
  width: 816px;
  overflow: hidden;
}

.main .img-list li {
  width: 248px;
  float: left;
  margin-right: 24px;
  margin-bottom: 25px;
  line-height: 27px;
}

.main .img-list li .img-wrap {
  width: 248px;
  height: 139px;
  margin-bottom: 10px;
}

.main .img-list li span {
  display: block;
  height: 54px;
}

.main .text-col {
  width: 1224px;
  overflow: hidden;
  height: 69px;
}

.main .text-col li {
  width: 371px;
  float: left;
  margin-right: 24px;
  font-weight: 700;
}

.main .main-img-top {
  position: relative;
  display: block;
  width: 390px;
  height: 220px;
  margin: 0 auto 20px;
  border-radius: 6px;
  overflow: hidden;
}

.main .main-img-top p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  background: #000;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main .main-img-top:hover p {
  color: red;
}

.main .img-news .img-top span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  background: #000;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main .inter-list {
  margin: 0 20px 20px;
}

.main .inter-list li {
  overflow: hidden;
  margin-bottom: 22px;
}

.main .inter-list li .img-inter {
  width: 148px;
  height: 85px;
  float: left;
  margin-right: 10px;
}

.main .travel {
  padding: 0 20px 20px;
  overflow: hidden;
}

.main .travel .travel-img {
  position: relative;
  float: left;
  width: 344px;
  height: 194px;
  overflow: hidden;
}

.main .travel .travel-img:hover span {
  color: red;
}

.main .travel .travel-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  background: #000;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 324px;
}

.main .travel-list-wrap {
  overflow: hidden;
  float: right;
  width: 978px;
  padding-top: 8px;
}

.main .travel-list-wrap .text-point-list {
  width: 1010px;
}

.main .travel-list-wrap li {
  width: 466px;
  float: left;
  margin-right: 24px;
}

.footer {
  margin-top: 45px;
  background: url(../images/footer.png) right bottom no-repeat;
  color: #333;
  font-size: 14px;
  overflow: hidden;
}

.footer a:link,
.footer a:visited {
  color: #333;
}

.footer .paper-link {
  background: url(../images/bg-link.png) center top no-repeat;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #333;
  margin-bottom: 45px;
}

.footer .paper-link a {
  color: #333;
  padding: 0 25px;
}

.footer .inter-info {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 40px 0 60px;
}

.footer .link-img-list {
  height: 130px;
  margin-bottom: 55px;
  text-align: center;
}

.footer .link-img-list li {
  display: block;
  float: left;
  width: 205px;
  word-break: keep-all;
}

.footer .link-img-list li:first-of-type {
  margin-left: 85px;
}

.footer .link-img-list li p {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
}

.footer .link-img-list img {
  display: block;
  width: auto;
  height: 74px;
  margin: 0 auto 10px;
}

.footer .link-tab {
  background: url(../images/i-link.png) center top no-repeat;
  padding-top: 44px;
}

.footer .link-tab .link-tab-nav {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}

.footer .link-tab .link-tab-nav li {
  width: 100px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}

.footer .link-tab .link-tab-nav li a {
  display: block;
  color: #8b8a8a;
}

.footer .link-tab .link-tab-nav li.active {
  background: #9c9c9c;
  color: #fff;
}

.footer .link-tab .link-tab-con {
  width: 1000px;
  margin: 12px auto;
  text-align: center;
}

.footer .link-tab .link-tab-con li {
  display: inline;
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
}

.footer .link-tab .link-tab-con li a {
  color: #8b8a8a;
}

.gx-location .gx-paper-select {
  right: 60px;
}

.gx-location .gx-location-more a {
  display: none;
  background: url(../images/icon.png) 35px -147px no-repeat;
  color: #999;
  float: right;
  font-weight: 400;
  padding-right: 15px;
  margin-top: 15px;
  height: 25px;
  line-height: 25px;
}

.gx-location .gx-location-more a.active {
  display: block;
  color: #999;
}

@media screen and (max-width: 1600px) {

  .nav,
  .nav-city,
  .top,
  body {
    min-width: 1420px;
  }

  .main {
    width: 1420px;
  }
}

@media screen and (max-width: 1420px) {
  body {
    -webkit-text-size-adjust: none;
    zoom: 0.9;
  }

  /* .nav .nav-list {
    width: 1090px;
  }
  .nav a:link {
    width: 90px;
  }
  .main,
  .wrap {
    width: 1200px;
  }
  .main-wrapper,
  .nav,
  .nav-city,
  .top,
  body {
    min-width: 1200px;
  }
  .main .scroll-news .scroll-news-list {
    width: 1123px;
  }
  .main .scroll-news {
    padding: 0 8px;
  }
  #layout_779 table {
    width: 1200px;
  } */
}
